home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3obmp.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_BMPSETTINGS_H = 1;
- include("real/frio/r3output.js")
- include("real/dtype/r3bmp.js")
-
-
- var R3CLID_BMPSETTINGS = 549;
-
-
-
-
- R3BMPOSETA_Option = 549500;
- function SetR3BMPOSETA_Option(value) {
- R3Set(this.r3obj, R3BMPOSETA_Option, value, R3TID_STRING, 0);
- }
-
- function GetR3BMPOSETA_Option() {
- return R3Get(this.r3obj, R3BMPOSETA_Option, R3TID_STRING, 0);
- }
-
-
-
- function r3Bmpsettings () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_BMPSETTINGS, arguments);
- }
- // Attributes
- this.GetOption=GetR3BMPOSETA_Option;
- this.SetOption=SetR3BMPOSETA_Option;
- }
-
- r3Bmpsettings.prototype=new r3Output;
- // r3obmp.h_H